home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
Manuels & Misc
/
Assembly
/
AOA.ZIP
/
CH03
/
EX2.X86
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-31
|
177 b
|
19 lines
mov bx, 1000
a: get
mov [bx], ax
add bx, 2
cmp ax, 0
jne a
mov cx, bx
mov bx,1000
mov ax, 0
b: add ax, [bx]
add bx, 2
cmp bx, cx
jb b
put
halt